@charset "UTF-8";


/* CSS Document */


body {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	background:#8CC63F;
	background-image:url(../images/sprouts.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	width: auto;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}




a {
color: #8CC63F;
}

h1, h2, h3 {
	color: #669933;
	margin-left: 60PX;
	margin-top: 0;
}
	
p {
color: #666;
	margin: 0 0 0 60PX;
	}
	
	

.thumb {
	border: 0;
	height: 60px;
	width: 60px;
	margin: 20px 20px 0 0;
	float: left;

}


.box {
	height:350px;
	width: 550px;
	margin: 0;
}



/* NAVBAR CODE */


#navbar {
	width: 750px;
	height: 130px;
	margin-left: 130px;
}


#navbar ul {
	white-space: normal;
	list-style-type: none;
	padding: 38px 0 0 25px;
	margin: 0;
}


#navbar ul li {
	float: left;
	position: relative;
}


#navbar ul li a, #navbar li a:visited, #navbar li a:active  {
	display: block;
 	float: left;
	margin-left: 10px;
	width: 107px;
	height: 23px;
 	padding: 4px 0 4px 0;
 	color:#FFF;
 	background:url(../images/new_butt.png) no-repeat;
 	text-decoration: none;
	text-align:center;
}



#navbar ul li:hover a {
	width: 107px;
	height: 23px;
	background:url(../images/new_butt_dwn.png) no-repeat;
	color:#FFF;
}


#navbar ul li ul {
	display: none;
	margin: 7px 0 0 0;
	padding: 0;
}

#navbar ul li:hover ul { 
	display: block; 
	position: absolute;
	top: 22px;
}




/* DIV DETAILS*/


#wrapper {
	width: 890px;
	height: 670px;
	background-image:url(../images/full_drip_background.png);
	background-repeat: no-repeat;
	margin:30px auto;
}


#left {
	margin-top: 30px;
	float: left;
	width: 300px;
	height: 400px;
	text-align: left;
	border-right: 0 solid #666;
	overflow-y: auto;	
	padding-right: 5px;
}


#right {
	float: right;
	width: 580px;
	height: 450px;
}
